home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / Source / MRQasm.h < prev    next >
C/C++ Source or Header  |  2000-10-16  |  1KB  |  48 lines

  1. /* MRQasm.h
  2. ** C header for MRQ's assembler functions
  3. **
  4. ** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@gmx.net>
  5. ** You are free to modify this source or use parts of it in your
  6. ** own programs as long as they are distributed as freeware.
  7. */
  8.  
  9. /* $Id: MRQasm.h 1.1 2000/01/25 16:47:14 msbethke Exp msbethke $
  10. **
  11. ** $Log: MRQasm.h $
  12. ** Revision 1.1  2000/01/25 16:47:14  msbethke
  13. ** Initial revision
  14. **
  15. */
  16.  
  17. void RDF_StuffChar();
  18.  
  19. struct StuffCharParams
  20. {
  21.     LONG    Position;
  22.     LONG    DestLen;
  23.     APTR    Dest;
  24. };
  25.  
  26.  
  27. ULONG __asm __saveds rtEZRequestA_Wedge(
  28.     register __a1 char*,
  29.     register __a2 char*,
  30.     register __a3 struct rtReqInfo*,
  31.     register __a4 APTR,
  32.     register __a0 struct TagItem*);
  33.  
  34. ULONG __asm CallOldrtEZRA(
  35.     register __a1 char*,
  36.     register __a2 char*,
  37.     register __a3 struct rtReqInfo*,
  38.     register __a4 APTR,
  39.     register __a0 struct TagItem*,
  40.     register __a6 struct ReqToolsBase*);
  41.     
  42. LONG __asm CallOldERA(
  43.     register __a0 struct Window*,
  44.     register __a1 struct EasyStruct*,
  45.     register __a2 ULONG*,
  46.     register __a3 APTR,
  47.     register __a6 struct IntuitionBase*);
  48.